home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / CNN Graphics / CSHOW_ V8.5a Graphic Display / CSHOWA.exe / SETUP.DOC < prev    next >
Text File  |  1992-03-12  |  8KB  |  237 lines

  1.                              Installing CompuShow
  2.                              ====================
  3.  
  4.  If you received CompuShow on a floppy disk, install it as described below and
  5.  set the original floppy aside (don't run ANY SOFTWARE on an original  "master
  6.  disk"; install it on a hard disk or a "working copy floppy disk", first.)  If
  7.  you downloaded CompuShow using a modem, copy the downloaded file to a  backup
  8.  floppy before proceeding.
  9.  
  10.  After installing CompuShow, we recommend that you print all the documentation
  11.  on your printer. You should  either have PRINTDOC.BAT or README.EXE  included
  12.  with  the  CompuShow  program.  Either  execute  PRINTDOC  to  copy  all  the
  13.  documentation to your printer or execute README, select each document in turn
  14.  and press [F2] to print it.
  15.  
  16. Installing on a floppy disk
  17. ---------------------------
  18.  
  19.  Install CompuShow  on a  floppy disk  by  copying the  CompuShow files  to  a
  20.  formatted disk. For example, "COPY A:*.* B:" will copy all files from a  disk
  21.  in drive A: to  a disk in  drive B:. Once you've  started CompuShow, you  can
  22.  remove the program  disk in order  to mount other  disks containing  graphics
  23.  (and press Alt-A  or Alt-B to  display the file  directory of a  new disk  in
  24.  drive A: or B:).
  25.  
  26. Installing on a hard disk
  27. -------------------------
  28.  
  29.  Install CompuShow on a hard disk by placing the files in a separate hard disk
  30.  sub-directory. For example, to place CompuShow on hard disk drive C:
  31.  
  32.         C:
  33.         MD CSHOW
  34.         CD CSHOW
  35.         COPY A:*.*
  36.  
  37.  In order to be  able to execute CompuShow  "from anywhere" (even when  you're
  38.  not logged to the  CSHOW sub-directory on drive  C:), you can  do one of  two
  39.  things:
  40.  
  41.   1) add "C:\CSHOW" to the "PATH" statement in AUTOEXEC.BAT
  42.   2) use a batch file (on the path) to execute CompuShow.
  43.  
  44.  We recommend the  SECOND method, so  create a batch  file in a  sub-directory
  45.  that's already included in the  path statement of AUTOEXEC.BAT. For  example,
  46.  at your DOS prompt, execute the  PATH command without any parameters to  find
  47.  out what the current setting is:
  48.  
  49.         PATH                                    <-- you type this
  50.         PATH=C:\PROGRAMS;C:\BATS;C:\DOS         <-- DOS responds
  51.  
  52.  (If the PATH command  indicates that you  don't have a  PATH set, you  really
  53.  should check your DOS manual to read  about the advantages of setting a  path
  54.  in AUTOEXEC.BAT). Select an appropriate  sub-directory (such as C:\BATS)  and
  55.  create a batch file to execute CompuShow:
  56.  
  57.  
  58.  
  59.                                                             [SETUP.DOC] Page 1
  60.  (DOS version 3 and above):
  61.  
  62.         C:
  63.         CD \BATS
  64.         COPY CON CSHOW.BAT
  65.         C:\CSHOW\CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9^Z
  66.  
  67.  (DOS below version 3):
  68.  
  69.         C:
  70.         CD \BATS
  71.         COPY CON CSHOW.BAT
  72.         C:
  73.         CD \CSHOW
  74.         CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9^Z
  75.  
  76.  (The ^Z above means hold down the CTRL  key and type Z). The purpose of  "%1"
  77.  through "%9" is to  allow you to pass  command-line arguments to the  program
  78.  through the batch file. Execute "CSHOW" at your DOS prompt and the batch file
  79.  is executed to load CompuShow no matter "where you are".
  80.  
  81. Compressing CSHOW.EXE
  82. ---------------------
  83.  
  84.  The CompuShow program(s) have been compressed using PkLite. Do not attempt to
  85.  compress them again using PkLite, LzExe or a similar utility.
  86.  
  87.                              Configuring CompuShow
  88.                              =====================
  89. Selecting a Video Driver
  90. ------------------------
  91.  
  92.  CompuShow uses "video drivers" to support  extended graphics modes on a  wide
  93.  variety of video hardware.  The video drivers are  included as separate  disk
  94.  files, named "videoP1.drv", "videoI4.drv", etc.
  95.  
  96.  +--------------------------------------------------------------------------+
  97.  | FOR A COMPLETE, UP-TO-DATE LISTING OF THE VIDEO DRIVERS, SEE DRIVERS.DOC |
  98.  +--------------------------------------------------------------------------+
  99.  
  100.  At your DOS prompt, type "WHICHDRV"  and press carriage return. The  WhichDrv
  101.  program will attempt to  identify the type of  "Super-VGA" installed in  your
  102.  computer and display the names of one or more video drivers that should work.
  103.  If WhichDrv doesn't identify a Super-VGA, then you probably don't have one:
  104.  
  105.   - Notice (see DRIVERS.DOC) that there  are video drivers for adapters  other
  106.     than Super-VGAs. If  you have  a CGA, Tandy  1000SL/TL, Plantronics,  etc.
  107.     select the appropriate driver.
  108.   - Remember that  all  IBM standard  graphics  modes are  'built-in'  to  the
  109.     program. If your graphics  adapter doesn't go  beyond the standard  modes,
  110.     then you don't need a video driver.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.                                                             [SETUP.DOC] Page 2
  119.  The "+S"  command-line switch  tells the  program to  load a  specific  video
  120.  driver, for example:
  121.  
  122.                 >CShow +sP1
  123.  
  124.  loads the "P1" video driver ("videoP1.drv").  With a video driver loaded,  up
  125.  to seven additional modes (S..Y) are available. Keep in mind that some of the
  126.  video driver modes may not work on  your adapter and monitor. For example,  a
  127.  (true, not simulated) 640x480x256-color display  requires 512k of video  RAM.
  128.  Similarly, a  1024x768x256 display  requires  1meg of  video RAM.  Some  high
  129.  resolution modes may be beyond the capabilities of your monitor, even  though
  130.  the video adapter supports them.
  131.  
  132.  If you press a key (S..Y) and the screen stays in text mode (perhaps changing
  133.  colors), then that mode  isn't supported on your  adapter. If the same  thing
  134.  happens on ALL the video driver modes,  then you either have the wrong  video
  135.  driver  loaded,  or   your  adapter   just  doesn't   have  any   "Super-VGA"
  136.  capabilities. (VGA adapters that  are built-in to a  system board or  bundled
  137.  with a  computer  are  often "low-end"  [cheap]  adapters  without  Super-VGA
  138.  capabilities.)
  139.  
  140.  Once you've identified the correct video driver for your system, you can  set
  141.  it up to be loaded automatically whenever the program is started:
  142.  
  143.                 >copy videoP1.drv video.drv
  144.                 >CShow
  145.  
  146.  With no "+S" switch specified, the program will load file "VIDEO.DRV".
  147.  
  148.  CompuShow doesn't consider video driver modes when selecting the best mode to
  149.  display a graphic with the space bar,  unless you tell it which video  driver
  150.  modes work on your adapter and monitor.
  151.  
  152.  For example, assume that modes S, T, U, V, W and X work on your VGA, but your
  153.  monitor can't quite handle mode X.  Also, mode U is a simulated  640x480x256,
  154.  where mode V is the preferred  (true) 640x480x256 mode. To tell CompuShow  to
  155.  use modes S,  T, V, and  W, create a  text (ASCII) file  with the  characters
  156.  "STVW". The name  of the  file corresponds to  the video  driver that  you're
  157.  using: VIDEO.DAT for VIDEO.DRV, or VIDEOP1.DAT for VIDEOP1.DRV (if you  start
  158.  the program using "CSHOW +SP1"). At your DOS prompt:
  159.  
  160.         COPY CON VIDEO.DAT
  161.         STVW^Z
  162.  
  163.  (^Z means hold down the CTRL key and type Z.)
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.                                                             [SETUP.DOC] Page 3
  178. "Cleaning up" Afterwards
  179. ------------------------
  180.  
  181.  The CompuShow  "package" includes  the  program, documentation  files,  video
  182.  drivers, etc. When CompuShow starts, it checks to see that all its files  are
  183.  present and displays  a "missing  files" message for  15 seconds  if any  are
  184.  missing. If you have  a copy of  the original disk  or archive including  all
  185.  these files, you don't  need to keep  them on your  "working floppy" or  hard
  186.  disk:
  187.  
  188.   - Install  CompuShow  to  a  "working   copy  floppy  disk"  or  hard   disk
  189.     sub-directory, as described above.
  190.   - Execute CSHOW. With all files present, it will create CSHOW.DAT
  191.   - Execute CSHOWDEL  to  delete  the documentation  and  video  drivers  (and
  192.     CSHOWDEL.BAT, so a "batch file missing" message is normal.)
  193.  
  194.  Please remember that you MUST INCLUDE ALL FILES when you pass CompuShow on to
  195.  a friend, or post it on a BBS.
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                                                             [SETUP.DOC] Page 4
  237.